Rename a file in the ISO/Joliet image. This method will trigger a ISOItemRenamed event to be fired.
Return Type
A Boolean value.
Syntax
object.RenameISOFile(sDestinationPath As String, sNewFileName As String)
The RenameISOFile method syntax has these parts:
Part | Description |
object | An expression evaluating to an object of type CDWriterPro. |
sDestinationPath | String |
sNewFileName | String |